home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’95 / GEQTHack / Extras / GrowWindConst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-24  |  422 b   |  24 lines  |  [TEXT/MMCC]

  1. /*
  2.     GrowWindConst.h
  3.     
  4.     Acts like Window Manager's GrowWindow, but maintains the
  5.     window's original proportions.
  6.     
  7.     Copyright 1994 by Al Evans. All rights reserved.
  8.     
  9.     5/26/94
  10.     
  11. */
  12.  
  13. #ifdef applec
  14. #ifndef __cplusplus
  15. #ifndef PRELOAD
  16. #pragma load "::ToolKit.precompile"
  17. #define PRELOAD
  18. #endif
  19. #endif
  20. #endif
  21.  
  22. long GrowWindowConstrained(WindowPtr theWindow, Point startPoint, 
  23.                                         Rect *sizeRect, Rect * constraintRect);
  24.